home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / util / time / WaitUntil.lha / WaitUntil / waituntil.doc < prev    next >
Text File  |  1997-07-31  |  928b  |  33 lines

  1. "waituntil" waits until a specific time and then pops up a requester and
  2. plays a sample.
  3. It will automatically store the times you want to be reminded, so you can
  4. restart all requests on reboot of the computer.
  5.  
  6. Installation:
  7.  
  8.     "waituntil" and ".waituntil" should reside in S:
  9.     All other tools just somewhere the system will find them (ie.
  10.     Sys:Utilities).
  11.     The sample provided should be installed into S:, too; edit
  12.     ".waituntil" for changes.
  13.     To restart queued reminds on booting, include something like
  14.  
  15.         if EXISTS s:.waits
  16.           run >nil: <nil: Execute s:.waits
  17.         endif
  18.     
  19.     into your "s:User-Startup" or "s:Startup-Sequence". ".waits" is the
  20.     file with all the queued reminds used by "waituntil" and
  21.     ".waituntil"
  22.  
  23. Usage:
  24.     waituntil time
  25.  
  26.     time = hh:mm[:ss]    waits until the specific time
  27.     time = 0        shows all waiting requests
  28.  
  29.     "waituntil" will automatically "detach", no "run" is needed.
  30.  
  31.  
  32. Faroul - faroul@beyond.hb.north.de
  33.